crypto/internal/fips140/bigmod.Nat.reset (method)
14 uses
crypto/internal/fips140/bigmod (current package)
nat.go#L94: func (x *Nat) reset(n int) *Nat {
nat.go#L110: x.reset((len(b) + _S - 1) / _S)
nat.go#L132: x.reset(len(y.limbs))
nat.go#L234: x.reset(1)
nat.go#L562: n := NewNat().reset(len(x.limbs) + len(y.limbs))
nat.go#L684: return out.reset(len(m.nat.limbs))
nat.go#L843: copy(x.reset(n).limbs, T[n:])
nat.go#L861: copy(x.reset(n).limbs, T[n:])
nat.go#L875: copy(x.reset(n).limbs, T[n:])
nat.go#L889: copy(x.reset(n).limbs, T[n:])
nat.go#L1131: A = NewNat().reset(len(m.limbs))
nat.go#L1133: B := NewNat().reset(len(a.limbs))
nat.go#L1134: C := NewNat().reset(len(m.limbs))
nat.go#L1135: D := NewNat().reset(len(a.limbs))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)